home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / crystal.dxr / 00127_Script_127 < prev    next >
Text File  |  1998-10-27  |  779b  |  22 lines

  1. on enterFrame me
  2.   global runto
  3.   global Grunto
  4.   global Cface
  5.   global Gface
  6.   if the loc of sprite 30 = the loc of sprite the spritenum of me and runto = the locH of sprite the spritenum of me then
  7.     set the locV of sprite 30 = 362
  8.     set the locH of sprite 30 = 200
  9.     set runto = the locV of sprite 30
  10.     if Cface = 3 then puppetSound "Forward1"
  11.     if Cface = 4 then puppetSound "Back1"
  12.     set Cface = 1
  13.   end if
  14.   if the loc of sprite 29 = the loc of sprite the spritenum of me and Grunto = the locH of sprite the spritenum of me then
  15.     set the locV of sprite 29 = 362
  16.     set the locH of sprite 29 = 200
  17.     if Gface = 3 then puppetSound "Forward2"
  18.     if Gface = 4 then puppetSound "BBack1"
  19.     set Gface = 1
  20.     set Grunto = 362
  21.   end if
  22. end